home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / custexec / autoexec.bat < prev    next >
DOS Batch File  |  1993-04-10  |  853b  |  30 lines

  1. echo off
  2. echo                      █────────────────────────────────█
  3. echo                      █ CUSTOM AUTOEXEC by: Dave Calla █
  4. echo                      █   Peachville Software V1.03    █
  5. echo                      █────────────────────────────────█
  6. echo
  7. echo off
  8. prompt $p$g
  9. GOTO COM
  10. :BACK
  11.  
  12. MOUSE
  13. BUTTONS
  14. AUTO.BAT
  15.  
  16. GOTO END
  17. rem █████████████████████████████████████████████████████████████████████████
  18. rem ██████ ABOVE THIS LINE MUST NOT BE ALTERED, except for "MOUSE"     ██████
  19. rem ██████ Add your path, set, etc commands between :COM and GOTO BACK ██████
  20. rem █████████████████████████████████████████████████████████████████████████
  21. :COM
  22.  
  23. PATH C:\;C:\DOS;C:\NAV;C:\NORTON;C:\MOUSE;C:\FM;C:\WINDOWS;C:\MASM
  24. SET LIB = C:\MASM
  25. SET BIN = C:\MASM
  26. SET TMP = C:\MASM
  27. SET INCLUDE = C:\MASM
  28. SET MASM = /ZI/Z/X/C
  29. GOTO BACK
  30. :END